Emissions over time [Accumulated]
curl --request POST \
--url https://api.realtimelca.com/rest/api/dashboard/{buildingProjectId}/emissions-over-time \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"indicatorTypeMappingId": "1f769df2-6da4-46a1-9b5b-8250878160a4",
"models": [
"arkitektur",
"konstruktioner"
],
"stages": [
"A1A3",
"A4",
"A5",
"B4",
"B6",
"C3",
"C4",
"D"
]
}
'Project
Emissions over time [Accumulated]
Retrieves accumulated emissions data over time for a specific building project. The response provides a year-by-year breakdown of both embodied and operational emissions, allowing you to track how emissions evolve across the building’s lifecycle.
POST
/
dashboard
/
{buildingProjectId}
/
emissions-over-time
Emissions over time [Accumulated]
curl --request POST \
--url https://api.realtimelca.com/rest/api/dashboard/{buildingProjectId}/emissions-over-time \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"indicatorTypeMappingId": "1f769df2-6da4-46a1-9b5b-8250878160a4",
"models": [
"arkitektur",
"konstruktioner"
],
"stages": [
"A1A3",
"A4",
"A5",
"B4",
"B6",
"C3",
"C4",
"D"
]
}
'Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Response
default
Response schema not yet documented in the upstream Postman spec.
⌘I

